Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution studio.extensions.easyshare--types

This contribution is part of XML component studio.extensions.easyshare inside nuxeo-easyshare-core-9.10.jar /OSGI-INF/extensions.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="EasyShareFolder">
          <label>EasyShareFolder</label>
          <category>Collaborative</category>
          <icon>/img/easyshare.png</icon>
          <bigIcon>/img/easyshare_100.png</bigIcon>
          <description>EasyShareFolder.description</description>
          <default-view>view_documents</default-view>
        </type>

    EasyShareFolder.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
    <type id="EasyShareFolder">
      <label>EasyShareFolder</label>
      <category>Collaborative</category>
      <icon>/img/easyshare.png</icon>
      <bigIcon>/img/easyshare_100.png</bigIcon>
      <description>EasyShareFolder.description</description>
      <default-view>view_documents</default-view>
    </type>
  </extension>